home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / sun4.defs < prev    next >
Text File  |  1992-04-26  |  975b  |  46 lines

  1.  
  2. LBINDIR=/usr/local/bin
  3. OFLAG    =  -O
  4. LIBS    = -lm -lg 
  5.  
  6. #include "sparc.h"
  7.  
  8. CC = cc  -DVOL=  -I$(AKCLDIR)/o -Bstatic -temp=. -pipe
  9. ODIR_DEBUG=-O4
  10.  
  11. #gcc 2.1 compiles akcl correctly as far as I have been able to determine.
  12. #CC = gcc -I${AKCLDIR}/o -static -DVOL=volatile -W 
  13. #ODIR_DEBUG= -O -g
  14.  
  15. #If the optional C compiler from sun is in /usr/local/lang use the following:
  16. # it fails to compile o/format.o correctly however.
  17. #CC =  /usr/local/lang/cc  -DVOL=  -I$(AKCLDIR)/o -Bstatic -temp=. -pipe
  18. #ODIR_DEBUG= -O
  19.  
  20.  
  21. AS=as -P
  22.  
  23. MAINDIR = /public/kcl
  24. CFLAGS    = -c $(DEFS)  -I../h
  25.  
  26. MAIN    = ../o/main.o
  27.  
  28. MPFILES=$(MPDIR)/mpi-sparc.o $(MPDIR)/sparcdivul3.o $(MPDIR)/libmport.a
  29.  
  30. RSYM    = rsym
  31. SFASL    = $(ODIR)/sfasl.o
  32.  
  33. # This function will be run before dumping.
  34. # When using SFASL it is good to have (si::build-symbol-table)
  35. INITFORM=(si::build-symbol-table)
  36.  
  37.  
  38.  
  39. # Use symbolic links
  40. SYMB=-s
  41. # the  make to use for saved_kcp the profiler.
  42. KCP=kcp-sun
  43.  
  44. NULLFILE = ../h/secondary_sun_magic
  45.  
  46.